All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.QTObject
java.lang.Object
|
+----quicktime.QTObject
- public abstract class QTObject
- extends Object
This is a class that defines an unique identifier for QT objects.
-
equals(Object)
- Indicates whether some other object is equal to this one.
-
ID(QTObject)
-
-
toString()
- A String representation of the class.
ID
public static final int ID(QTObject id)
equals
public boolean equals(Object anObject)
- Indicates whether some other object is equal to this one.
If true, indicates that the two objects refer to the same memory.
- Overrides:
- equals in class Object
toString
public String toString()
- A String representation of the class.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index